Skip to content

rvs-fluid-it/rundeck-httppost-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rundeck-httppost-plugin

Rundeck plugin which sends a http post as a rundeck workflow step

Build Status

Usage:

Put the plugin jar in the /var/lib/rundeck/libext folder. (Get the jar from the maven central repository or create it yourself entering mvn install on the commandline)

Add a httppost step to a Rundeck job and configure the httppost step by entering values for the Remote Url, Post Parameters and Step Description plugin properties. Placeholders for entered Rundeck job option values (e.g. ${option.name.value}) in the Remote Url and the Post Parameters property of the plugin will be expanded.

Released version in Maven Central :

<dependency>
    <groupId>be.fluid-it.tools.rundeck.plugins</groupId>
    <artifactId>rundeck-httppost-plugin</artifactId>
    <version>0.1-1</version>
</dependency>

About

Rundeck plugin which enables to do a http post as a rundeck workflow step

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages